home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
EDITOR
/
SEE03_2.ARJ
/
XMAS.MAC
< prev
next >
Wrap
Text File
|
1991-04-27
|
484b
|
29 lines
'XMAS.MAC
'========
'This macro uses no absolute positioning commands
'so the position will be specified by the main
'command list.
'Here's a string of trees in a straight line:
RANGE,64
LIBRARY, xmastree.sc0
RELATIVE, 0, 1
RANGE,64
LIB, xmastree.sc0
REL, 0, 1
RANGE,64
LIB, xmastree
REL, 0, 1
Z, 100
PITCH, 45
BANK, 45
'hmmmmm; those last three are curious commands.
'Wonder what they do?
RANGE,64
LIBRARY, xmastree.sc0
'All macros end in END
END